home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Grafik / Viewer / MetaView / ARexx-Examples / send-to-drawstudio.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2000-01-01  |  183 b   |  9 lines

  1. /* Script to send pictures from MetaView to another aplication
  2. ** Application: DrawStudio
  3. ** Henk Jonas 2.6.00
  4. */
  5. PARSE ARG FILE datei
  6. SAY datei
  7. ADDRESS DRAWSTUDIO
  8. PROJECT_OPEN datei
  9.